
	body{
	color:#484038;
	background-color: #fff;
	}
	label{
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	color: #484038;
	
	}
	input[type='text'],
	input[type='tel'],
	input[type='email']{
	display: block;
	line-height: 25px;
	width: 80%;
	font-size: 16px;
	font-family: 'Times New Roman';
	color:#484038;
	border: 1px solid #c6bbb4;
	padding: 5px;
	width: 240px;
	margin-top: 5px;
	float: left;
	}
	/*
	select{
	border: 1px solid #c6bbb4;
	background: #f8f8f8;
	border-radius: 5px;
	box-shadow: #c6bbb4 1px 1px 2px;
	font-size: 16px;
	line-height: 20px;
	padding: 5px;
	}
	*/
	input[type="submit"]{
		-webkit-appearance: none;
	background-color: #d93d00 ;
	color: #fff ;
	border: none ;
	border-radius: 0px ;
	padding: 10px 20px ;
	font-size: 16px ;
	font-family: Arial ;
	font-weight: bold ;
	float: left ;
	}
	h1{
	color:#fc4c02;
	}
	input[type=checkbox] {
	display: none;
	}
	fieldset{
	border: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #b7ada5;
	}
	/**/
	#logo{
	padding: 20px;
	padding-left: 0px;
	}
	#JobFunctionOther,
	#JobStatusOther,
	#orga{
	  padding-bottom: 20px;
	}
	/**/
	.red{
	color: #d93d00;
}
	.error{
	color: #d93d00;
	display: inline-block;
	padding-top: 5px;
	}
	input.error{
	border: 1px solid #d93d00;
	}
	label.error{
		float: right;
		margin-top: 8px;
		font-family: 'Time New Roman';
		font-size: 14px;
	}
	.Acknowledgement{
	font-family: 'Time New Roman';
	font-size: 16px;
	}
	.selectPad{
	margin-top: 5px;
	}
	._30{
	width: 30%;
	float: left;
	}
	._35{
		width: 35%;
		float: left;
	}
	._50{
	width: 50%;
	float: left;
	}
	._100{
	  width: 100%;
	  float: left;
	}
	.marginBottom{
		margin-bottom: 20px;
	}
	.fieldsetCol{
	width: 100%;
	float: left;
	padding-bottom: 20px;
	}
	.containerBody{
	width: 1320px;
	margin: 0 auto;
	padding-bottom: 50px;
	}
	.containerHead, .containerContent{
	width: 1000px;
	margin: auto;
	}

	/**/
	.checkMe {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 25px;
	margin-right: 15px;
	font-size: 16px;
	font-family: 'Time New Roman';
	}
	.checkMe:before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .3), 1px 1px 1px 1px rgba(255, 255, 255, .8);
	position: absolute;
	left: 0;
	background-color: #fff;
	}
	/**/
	.checkbox label {
	margin-bottom: 10px;
	}
	.checkbox label:before {
	border-radius: 3px;
	}
	input[type=checkbox]:checked + .checkMe:before {
	content: "\2713";
	font-size: 12px;
	color: #f3f3f3;
	background-color: #cf4500;
	text-align: center;
	line-height: 16px;
	}
	/**/
	@media only screen and (max-width: 640px){
	.fullWidth{
	width: 100% !important;
	}
	.banner img{
	width: 100% !important;
	}
	.fieldsetCol{
	padding: 0px;
	}
	._35{
	padding-bottom: 20px;
	}
	._50{
	padding-bottom: 20px;
	}
	label.error{
		float: left;
		margin-left: 10px;
	}

.tooltip .tooltiptext {

    width: 100px !important;

    top: -95px !important;
}

.tooltitext-right::after {
    top: 83% !important;
}

	}
	/**/

.styled-select {
   background: url(https://img.en25.com/EloquaImages/clients/BankersAccuity/%7B826e8e73-b071-4eac-9883-39a70c150fa2%7D_arrow_icon%281%29.png) no-repeat 96% 0;
   height: 40px;
   overflow: hidden;
   width: 240px;
}

.styled-select select {
   background: transparent;
   border: none;
   font-size: 14px;
   font-family: 'Times New Roman';
   height: 40px;
   padding: 5px; /* If you add too much padding here, the options won't show in IE */
   width: 270px;
}

.bord{
   box-shadow: #c6bbb4 1px 1px 2px;
   border: 1px solid #c6bbb4;
   width: 240px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
}

.semi-square {
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   
}

.gray  { background-color: #f8f8f8; }

.gray select  { color: #484038; }

select.error{
		color: #d93d00;
	}

/**/

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    width: 200px;
    text-align: left;
    background-color: #fff;
    color: #484038;
    text-align: center;
    border-radius: 6px;
    box-shadow: #c6bbb4 1px 1px 1px 1px;
   	border: 1px solid #c6bbb4;
    padding: 5px;
    font-size: 14px;
   font-family: 'Times New Roman';

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    left: 150%;
    top: -20px;
}

.tooltitext-right::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent #c6bbb4 transparent transparent;
    box-shadow: #c6bbb4 0 0 0 0;

}

